purple_cipher_http_digest_calculate_response

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. gchar* purple_cipher_http_digest_calculate_response(const(gchar)* algorithm, const(gchar)* method, const(gchar)* digest_uri, const(gchar)* qop, const(gchar)* entity, const(gchar)* nonce, const(gchar)* nonce_count, const(gchar)* client_nonce, const(gchar)* session_key)
    version(Derelict_Link_Static)
    extern (C) extern (C) nothrow
    gchar*
    purple_cipher_http_digest_calculate_response
    (
    const(gchar)* algorithm
    ,
    const(gchar)* method
    ,
    const(gchar)* digest_uri
    ,
    const(gchar)* qop
    ,
    const(gchar)* entity
    ,
    const(gchar)* nonce
    ,
    const(gchar)* nonce_count
    ,
    const(gchar)* client_nonce
    ,
    const(gchar)* session_key
    )
  2. da_purple_cipher_http_digest_calculate_response purple_cipher_http_digest_calculate_response;

Meta